Web API Edition | ComponentOne
C1.Web.Api.Data Namespace / ItemsSourceDataProvider Class / ItemsSourceDataProvider Constructor / ItemsSourceDataProvider Constructor(Func<IEnumerable>)
A delegate indicates the data reader.

In This Topic
    ItemsSourceDataProvider Constructor(Func<IEnumerable>)
    In This Topic
    Creates an ItemsSourceDataProvider with data reader.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal reader As Func(Of IEnumerable) _
    )
    public ItemsSourceDataProvider( 
       Func<IEnumerable> reader
    )

    Parameters

    reader
    A delegate indicates the data reader.
    See Also